Accusoft Prizm Viewer Annotations Schema Schema
Font Complex Type
See Also  Send comments on this topic.
Accusoft Prizm Viewer Annotations Schema Schema : Font Complex Type

Glossary Item Box

Namespace (none)

Base Type

Extension of xs:string

Diagram

Font Complex Type

Overview

Font Extension of xs:string
Height optional xs:integer
Width optional xs:integer
Escapement optional xs:integer
Orientation optional xs:integer
Weight optional xs:integer
Italic optional xs:integer
UnderLine optional xs:integer
StrikeOut optional xs:integer
CharSet optional xs:integer
OutPrecision optional xs:integer
ClipPrecision optional xs:integer
Quality optional xs:integer
PitchAndFamily optional xs:integer

Used By

Attributes

NameTypeUseDefaultFixedDescription
Heightxs:integeroptional   
Widthxs:integeroptional   
Escapementxs:integeroptional   
Orientationxs:integeroptional   
Weightxs:integeroptional   
Italicxs:integeroptional   
UnderLinexs:integeroptional   
StrikeOutxs:integeroptional   
CharSetxs:integeroptional   
OutPrecisionxs:integeroptional   
ClipPrecisionxs:integeroptional   
Qualityxs:integeroptional   
PitchAndFamilyxs:integeroptional   

Source

<xs:complexType name="Font" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="Height" type="xs:integer" use="optional" />
      <xs:attribute name="Width" type="xs:integer" use="optional" />
      <xs:attribute name="Escapement" type="xs:integer" use="optional" />
      <xs:attribute name="Orientation" type="xs:integer" use="optional" />
      <xs:attribute name="Weight" type="xs:integer" use="optional" />
      <xs:attribute name="Italic" type="xs:integer" use="optional" />
      <xs:attribute name="UnderLine" type="xs:integer" use="optional" />
      <xs:attribute name="StrikeOut" type="xs:integer" use="optional" />
      <xs:attribute name="CharSet" type="xs:integer" use="optional" />
      <xs:attribute name="OutPrecision" type="xs:integer" use="optional" />
      <xs:attribute name="ClipPrecision" type="xs:integer" use="optional" />
      <xs:attribute name="Quality" type="xs:integer" use="optional" />
      <xs:attribute name="PitchAndFamily" type="xs:integer" use="optional" />
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>

See Also

©2015. Accusoft Corporation. All Rights Reserved.